home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global center, left, right, IQcursor
- set the timeoutScript to EMPTY
- set the cursor of sprite 2 to 0
- set the cursor of sprite 3 to 0
- set the cursor of sprite 4 to center
- set the cursor of sprite 5 to left
- set the cursor of sprite 6 to right
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- go(the frame)
- end
-